home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / compress / expand15.lzh / update.txt < prev   
Text File  |  1993-02-21  |  4KB  |  87 lines

  1. New in Version 1.5
  2.  
  3. The Prompt for Directory option was added, letting you choose the
  4. directory to uncompress to after you select the files.
  5.  
  6. I switched to using the Heat and Serve compiler, which hopefully has
  7. fixed a couple of problems that I was having, and made the program a
  8. little smaller in the process.
  9.  
  10. Bugs when using UIS (my fault) have been fixed as have problems with
  11. it going to the B drive on certain systems (I hope...)
  12.  
  13.  
  14.  
  15.  
  16.  
  17. New in Version 1.4
  18.  
  19. Most notably, the options 'Continue until cancel' and 'Quit after
  20. auto-run' have been moved to a seperate dialog box.  To get to these
  21. click on the options button in the Setup box.  The reason for this
  22. change is that I added three new options, and needed more room.  
  23.  
  24. The first new option is 'Remember Directories'.  If this is set the
  25. program will keep track of the last directory you went to to select a
  26. file and start there the next time.  If it is not set it will go to
  27. the 'Source' directory (another new feature), and if that isn't set,
  28. to the directory expando.prg is in.  
  29.  
  30. The second option is 'Auto-create folders'.  With this set,
  31. Expand-o-matic will create a new folder with the same name as the
  32. file you are expanding, less the extension, and uncompress the files
  33. into there.  This folder will be made in the directory specified in
  34. 'Destination', or, if that isn't set, in the folder where expando.prg
  35. is.
  36.  
  37. The third new option is 'Use File Directory'.  If you set this option,
  38. Expand-o-matic will uncompress things to the same directory that the
  39. archive file is in (or a folder created in that directory, if
  40. 'Auto-create Folders' is set.
  41.  
  42. Wildcards:
  43.     Expand-o-matic now accepts wildcards for filenames.  If you want
  44. to uncompress every file in a directory you can now simply enter
  45. '*.*' as the filename in the file selector, or, if you're running it
  46. as a .ttp, enter 'drive:\path\*.*' on the command line.  It will also
  47. accept '*.arc', etc. to do all files of one type.
  48.  
  49. The 'Command' field has been expanded to 10 characters.  I think this
  50. should be enough for most archivers, but if you run across one that
  51. needs more send me a note.  It's easy enough to change, but I'm
  52. begining to run out of room in the dialog box :)
  53.  
  54. 'Source':
  55.     I added a 'Source' directory as well.  This is the directory it
  56. will go to with the file selector when you select 'Expand'.  That
  57. way, if you always download your files to one folder, just set the
  58. source the same way that you do the 'Destination'.
  59.  
  60. One last change was to the format of the config file.  First, the
  61. 'Source' is added at the end.  Second, I put all the options into one
  62. integer, rather than constantly adding another line with a 1 or 0 for
  63. each one.  The first bit of the integer is for 'Continue until
  64. Cancel', the second for 'Quit after Auto-run', third for 'Remember
  65. Directories' and the forth for 'Auto-create Folders'.  Thus, in my
  66. config I have 'Quit' and 'Create' on, meaning bits 2 and 4 are set,
  67. and that the integer is 10.
  68.  
  69. Oh yes, I also included a .NIC file containing the goofy icon I use
  70. for expando.prg in NeoDesk.
  71.  
  72. Changes from V1.3:
  73.     Fixed a bug in the wildcard workings.  They had stopped working
  74. completely, but should be fine now.
  75.  
  76. Changes from V1.2:
  77.     Fixed problem of mouse staying as the 'busy bee', which, depending
  78. on your setup, it was prone to do.
  79.     Changed it so that you can enter upper or lower case letters for
  80. the .EXT.
  81.     Fixed bug with the Command dialog box which caused it to go to the
  82. end of the 'blank' entries.
  83.     Changed the name of the .RSC file.  It now reflects the current
  84. version number.  The resource file has changed a couple of times, so
  85. I wanted to make sure that it would only accept the correct one.
  86.     Spaces in commands are now saved.
  87.